From 96ca84efcfb41af79992660e989b32079053bb12 Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Wed, 18 Mar 2015 16:19:24 +0100 Subject: [PATCH] babl-mutex: Local headers first, remove unused Ensures the feature macros are set for all includes, and that the public header does not implicitly rely on any of the headers included in .c file --- babl/babl-mutex.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/babl/babl-mutex.c b/babl/babl-mutex.c index eacd372..708c54a 100644 --- a/babl/babl-mutex.c +++ b/babl/babl-mutex.c @@ -17,12 +17,10 @@ */ #include "config.h" -#include -#include -#include -#include #include "babl-mutex.h" +#include + BablMutex * babl_mutex_new (void) { -- 2.30.2